From: Richard M. Stallman Date: Sat, 24 Sep 1994 22:15:28 +0000 (+0000) Subject: (USE_DL_STUBS): Add #undef. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~89990 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a23e3ce79f73d809eb4d0a11d07685d5d6d2f503;p=emacs.git (USE_DL_STUBS): Add #undef. --- diff --git a/src/s/sunos4shr.h b/src/s/sunos4shr.h index 16124943510..2acf7756283 100644 --- a/src/s/sunos4shr.h +++ b/src/s/sunos4shr.h @@ -41,3 +41,5 @@ /* khera@cs.duke.edu says this is needed. */ #define memmove(to, from, size) bcopy (from, to, size) + +#undef USE_DL_STUBS